#include <tinyxml.h>
Inheritance diagram for TiXmlComment:


Public Member Functions | |
| TiXmlComment () | |
| Constructs an empty comment. | |
| virtual | ~TiXmlComment () |
| virtual TiXmlNode * | Clone () const |
| virtual void | Print (FILE *cfile, int depth) const |
Protected Member Functions | |
| virtual void | StreamOut (TiXmlOutStream *out) const |
| virtual const char * | Parse (const char *p, TiXmlParsingData *data) |
|
|
Constructs an empty comment.
|
|
|
|
|
|
Implements TiXmlNode. |
|
||||||||||||
|
Implements TiXmlBase. |
|
||||||||||||
|
All TinyXml classes can print themselves to a filestream. This is a formatted print, and will insert tabs and newlines. (For an unformatted stream, use the << operator.) Implements TiXmlBase. |
|
|
Implements TiXmlBase. |
1.3-rc3